﻿2026-06-22T02:15:28.9997494Z ##[group]Run $ErrorActionPreference = "Stop"
2026-06-22T02:15:28.9997854Z [36;1m$ErrorActionPreference = "Stop"[0m
2026-06-22T02:15:28.9998125Z [36;1m$PIN = "0c95435"[0m
2026-06-22T02:15:28.9998361Z [36;1m$CACHE = "$env:USERPROFILE\spt-n1-oldbroker"[0m
2026-06-22T02:15:28.9998618Z [36;1m$BIN = "$CACHE\target\debug\spt.exe"[0m
2026-06-22T02:15:28.9998982Z [36;1m$built = if (Test-Path "$CACHE\.builtpin") { (Get-Content "$CACHE\.builtpin").Trim() } else { "" }[0m
2026-06-22T02:15:28.9999367Z [36;1mif (-not (Test-Path $BIN) -or $built -ne $PIN) {[0m
2026-06-22T02:15:28.9999666Z [36;1m  if (Test-Path $CACHE) { Remove-Item -Recurse -Force $CACHE }[0m
2026-06-22T02:15:29.0000500Z [36;1m  git clone $env:GITHUB_WORKSPACE $CACHE[0m
2026-06-22T02:15:29.0000745Z [36;1m  git -C $CACHE checkout $PIN[0m
2026-06-22T02:15:29.0001047Z [36;1m  cargo build --manifest-path "$CACHE\Cargo.toml" -p spt --bin spt[0m
2026-06-22T02:15:29.0001355Z [36;1m  Set-Content "$CACHE\.builtpin" $PIN[0m
2026-06-22T02:15:29.0001610Z [36;1m}[0m
2026-06-22T02:15:29.0001785Z [36;1m$env:SPT_N1_OLD_BROKER = $BIN[0m
2026-06-22T02:15:29.0002057Z [36;1mcargo test -p spt --test n1_pairing -- --nocapture[0m
2026-06-22T02:15:29.0069689Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-06-22T02:15:29.0069981Z ##[endgroup]
2026-06-22T02:15:31.1034938Z    Compiling proc-macro2 v1.0.106
2026-06-22T02:15:31.1035324Z    Compiling quote v1.0.45
2026-06-22T02:15:31.1035623Z    Compiling unicode-ident v1.0.24
2026-06-22T02:15:31.1035850Z    Compiling cfg-if v1.0.4
2026-06-22T02:15:31.1036129Z    Compiling serde_core v1.0.228
2026-06-22T02:15:31.1036643Z    Compiling serde v1.0.228
2026-06-22T02:15:31.1037152Z    Compiling windows-link v0.2.1
2026-06-22T02:15:31.1037677Z    Compiling typenum v1.20.1
2026-06-22T02:15:31.1038221Z    Compiling portable-atomic v1.13.1
2026-06-22T02:15:31.1039338Z    Compiling getrandom v0.3.4
2026-06-22T02:15:31.1039860Z    Compiling pin-project-lite v0.2.17
2026-06-22T02:15:31.1044034Z    Compiling version_check v0.9.5
2026-06-22T02:15:31.1050520Z    Compiling memchr v2.8.1
2026-06-22T02:15:31.1051042Z    Compiling find-msvc-tools v0.1.9
2026-06-22T02:15:31.1064709Z    Compiling critical-section v1.2.0
2026-06-22T02:15:31.1065159Z    Compiling shlex v2.0.1
2026-06-22T02:15:31.1835785Z    Compiling windows-sys v0.61.2
2026-06-22T02:15:31.2157358Z    Compiling subtle v2.6.1
2026-06-22T02:15:31.2403763Z    Compiling smallvec v1.15.1
2026-06-22T02:15:31.2922752Z    Compiling futures-core v0.3.32
2026-06-22T02:15:31.3476735Z    Compiling equivalent v1.0.2
2026-06-22T02:15:31.4074100Z    Compiling itoa v1.0.18
2026-06-22T02:15:31.4478584Z    Compiling bytes v1.11.1
2026-06-22T02:15:31.4479080Z    Compiling semver v1.0.28
2026-06-22T02:15:31.4777537Z    Compiling stable_deref_trait v1.2.1
2026-06-22T02:15:31.4971984Z    Compiling log v0.4.32
2026-06-22T02:15:31.6294356Z    Compiling generic-array v0.14.7
2026-06-22T02:15:31.6364908Z    Compiling rustc_version v0.4.1
2026-06-22T02:15:31.6772570Z    Compiling slab v0.4.12
2026-06-22T02:15:31.7675850Z    Compiling futures-io v0.3.32
2026-06-22T02:15:31.7709206Z    Compiling futures-sink v0.3.32
2026-06-22T02:15:31.7950246Z    Compiling futures-task v0.3.32
2026-06-22T02:15:31.8472241Z    Compiling rustversion v1.0.22
2026-06-22T02:15:31.8638203Z    Compiling hashbrown v0.17.1
2026-06-22T02:15:31.9718889Z    Compiling getrandom v0.2.17
2026-06-22T02:15:32.0652664Z    Compiling futures-channel v0.3.32
2026-06-22T02:15:32.0713782Z    Compiling jobserver v0.1.34
2026-06-22T02:15:32.1317933Z    Compiling cpufeatures v0.2.17
2026-06-22T02:15:32.1502342Z    Compiling fnv v1.0.7
2026-06-22T02:15:32.1512685Z    Compiling libc v0.2.186
2026-06-22T02:15:32.2048332Z    Compiling cfg_aliases v0.2.1
2026-06-22T02:15:32.2116502Z    Compiling rand_core v0.10.1
2026-06-22T02:15:32.2581352Z    Compiling strsim v0.11.1
2026-06-22T02:15:32.4484819Z    Compiling indexmap v2.14.0
2026-06-22T02:15:32.6843721Z    Compiling writeable v0.6.3
2026-06-22T02:15:32.7431480Z    Compiling autocfg v1.5.1
2026-06-22T02:15:32.7606140Z    Compiling litemap v0.8.2
2026-06-22T02:15:32.7703699Z    Compiling dunce v1.0.5
2026-06-22T02:15:32.7864982Z    Compiling utf8_iter v1.0.4
2026-06-22T02:15:32.8260094Z    Compiling cc v1.2.63
2026-06-22T02:15:32.9439757Z    Compiling fs_extra v1.3.0
2026-06-22T02:15:32.9825000Z    Compiling getrandom v0.4.2
2026-06-22T02:15:32.9913490Z    Compiling ident_case v1.0.1
2026-06-22T02:15:33.0034837Z    Compiling icu_normalizer_data v2.2.0
2026-06-22T02:15:33.0072699Z    Compiling icu_properties_data v2.2.0
2026-06-22T02:15:33.0543013Z    Compiling percent-encoding v2.3.2
2026-06-22T02:15:33.2886994Z    Compiling http v1.4.1
2026-06-22T02:15:33.3092650Z    Compiling crypto-common v0.1.7
2026-06-22T02:15:33.3398400Z    Compiling unicode-segmentation v1.13.3
2026-06-22T02:15:33.4017311Z    Compiling aws-lc-rs v1.17.0
2026-06-22T02:15:33.5892163Z    Compiling syn v2.0.117
2026-06-22T02:15:33.6320553Z    Compiling cpufeatures v0.3.0
2026-06-22T02:15:33.6496205Z    Compiling thiserror v2.0.18
2026-06-22T02:15:33.7288493Z    Compiling cmake v0.1.58
2026-06-22T02:15:33.7468885Z    Compiling scopeguard v1.2.0
2026-06-22T02:15:33.7937021Z    Compiling chacha20 v0.10.0
2026-06-22T02:15:33.8155530Z    Compiling block-buffer v0.10.4
2026-06-22T02:15:33.9324297Z    Compiling form_urlencoded v1.2.2
2026-06-22T02:15:34.0576635Z    Compiling bitflags v2.12.1
2026-06-22T02:15:34.0596781Z    Compiling untrusted v0.9.0
2026-06-22T02:15:34.0949552Z    Compiling winapi v0.3.9
2026-06-22T02:15:34.1538233Z    Compiling num-traits v0.2.19
2026-06-22T02:15:34.5392910Z    Compiling aws-lc-sys v0.41.0
2026-06-22T02:15:34.5413016Z    Compiling ring v0.17.14
2026-06-22T02:15:34.5713521Z    Compiling lock_api v0.4.14
2026-06-22T02:15:34.6008816Z    Compiling digest v0.10.7
2026-06-22T02:15:34.6278415Z    Compiling windows-result v0.4.1
2026-06-22T02:15:34.6471025Z    Compiling rand v0.10.1
2026-06-22T02:15:34.7045218Z    Compiling windows-strings v0.5.1
2026-06-22T02:15:34.9986981Z    Compiling heck v0.5.0
2026-06-22T02:15:35.0499597Z    Compiling rustls v0.23.40
2026-06-22T02:15:35.0500091Z    Compiling convert_case v0.10.0
2026-06-22T02:15:35.1240369Z    Compiling unicode-xid v0.2.6
2026-06-22T02:15:35.1849355Z    Compiling const-oid v0.10.2
2026-06-22T02:15:35.2182919Z    Compiling atomic-waker v1.1.2
2026-06-22T02:15:35.2191952Z    Compiling anyhow v1.0.102
2026-06-22T02:15:35.2420860Z    Compiling zerocopy v0.8.50
2026-06-22T02:15:35.2871272Z    Compiling parking_lot_core v0.9.12
2026-06-22T02:15:35.3569976Z    Compiling httparse v1.10.1
2026-06-22T02:15:35.3727787Z    Compiling http-body v1.0.1
2026-06-22T02:15:35.4136348Z    Compiling hybrid-array v0.4.12
2026-06-22T02:15:35.4473766Z    Compiling curve25519-dalek v4.1.3
2026-06-22T02:15:35.5222193Z    Compiling ahash v0.8.12
2026-06-22T02:15:35.5283167Z    Compiling powerfmt v0.2.0
2026-06-22T02:15:35.6860970Z    Compiling base64ct v1.8.3
2026-06-22T02:15:35.7074251Z    Compiling fastrand v2.4.1
2026-06-22T02:15:35.7961241Z    Compiling either v1.16.0
2026-06-22T02:15:35.9694352Z    Compiling deranged v0.5.8
2026-06-22T02:15:36.0432714Z    Compiling pem-rfc7468 v1.0.0
2026-06-22T02:15:36.0503311Z    Compiling rand_core v0.6.4
2026-06-22T02:15:36.0797639Z    Compiling vcpkg v0.2.15
2026-06-22T02:15:36.1143575Z    Compiling tower-service v0.3.3
2026-06-22T02:15:36.1144058Z    Compiling try-lock v0.2.5
2026-06-22T02:15:36.2066579Z    Compiling data-encoding v2.11.0
2026-06-22T02:15:36.2366089Z    Compiling base64 v0.22.1
2026-06-22T02:15:36.2543214Z    Compiling time-core v0.1.8
2026-06-22T02:15:36.3459150Z    Compiling num-conv v0.2.2
2026-06-22T02:15:36.3459555Z    Compiling zmij v1.0.21
2026-06-22T02:15:36.3621185Z    Compiling pkg-config v0.3.33
2026-06-22T02:15:36.4010116Z    Compiling tinyvec_macros v0.1.1
2026-06-22T02:15:36.5105598Z    Compiling want v0.3.1
2026-06-22T02:15:36.5325292Z    Compiling parking_lot v0.12.5
2026-06-22T02:15:36.6095959Z    Compiling block-buffer v0.12.0
2026-06-22T02:15:36.8241515Z    Compiling synstructure v0.13.2
2026-06-22T02:15:36.8898463Z    Compiling darling_core v0.20.11
2026-06-22T02:15:37.0485446Z    Compiling tinyvec v1.11.0
2026-06-22T02:15:37.0485983Z    Compiling crypto-common v0.2.2
2026-06-22T02:15:37.0857015Z    Compiling sha2 v0.10.9
2026-06-22T02:15:37.1204549Z    Compiling vergen-lib v9.1.0
2026-06-22T02:15:37.3177235Z    Compiling inout v0.1.4
2026-06-22T02:15:37.3711147Z    Compiling n0-future v0.3.2
2026-06-22T02:15:37.3986923Z    Compiling winnow v1.0.3
2026-06-22T02:15:37.4470962Z    Compiling windows_x86_64_msvc v0.52.6
2026-06-22T02:15:37.4571747Z    Compiling cordyceps v0.3.4
2026-06-22T02:15:37.4624386Z    Compiling serde_json v1.0.150
2026-06-22T02:15:37.5353167Z    Compiling libsqlite3-sys v0.30.1
2026-06-22T02:15:37.5675541Z    Compiling httpdate v1.0.3
2026-06-22T02:15:37.6332749Z    Compiling diatomic-waker v0.2.3
2026-06-22T02:15:37.6723369Z    Compiling crossbeam-utils v0.8.21
2026-06-22T02:15:37.7199580Z    Compiling socket2 v0.6.4
2026-06-22T02:15:37.7610241Z    Compiling mio v1.2.1
2026-06-22T02:15:37.7610716Z    Compiling parking v2.2.1
2026-06-22T02:15:37.7878644Z    Compiling signature v2.2.0
2026-06-22T02:15:37.8242386Z    Compiling spin v0.10.0
2026-06-22T02:15:37.8776902Z    Compiling futures-lite v2.6.1
2026-06-22T02:15:37.9617299Z    Compiling futures-buffered v0.2.13
2026-06-22T02:15:37.9794061Z    Compiling ed25519 v2.2.3
2026-06-22T02:15:37.9903789Z    Compiling digest v0.11.3
2026-06-22T02:15:38.3291577Z    Compiling cipher v0.4.4
2026-06-22T02:15:38.3769269Z    Compiling vergen v9.1.0
2026-06-22T02:15:38.4196353Z    Compiling vergen-lib v0.1.6
2026-06-22T02:15:38.4279207Z    Compiling universal-hash v0.5.1
2026-06-22T02:15:38.5883220Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-22T02:15:38.5995582Z    Compiling noq-udp v0.10.0
2026-06-22T02:15:38.6801427Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-22T02:15:38.7086669Z    Compiling heapless v0.7.17
2026-06-22T02:15:38.7145755Z    Compiling sync_wrapper v1.0.2
2026-06-22T02:15:38.7332128Z    Compiling opaque-debug v0.3.1
2026-06-22T02:15:38.8264428Z    Compiling allocator-api2 v0.2.21
2026-06-22T02:15:38.8419738Z    Compiling byteorder v1.5.0
2026-06-22T02:15:38.8420511Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-22T02:15:38.9697642Z    Compiling polyval v0.6.2
2026-06-22T02:15:39.0408480Z    Compiling hash32 v0.2.1
2026-06-22T02:15:39.1039815Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-22T02:15:39.2140630Z    Compiling serde_derive v1.0.228
2026-06-22T02:15:39.2223924Z    Compiling zeroize_derive v1.4.3
2026-06-22T02:15:39.2226097Z    Compiling zerofrom-derive v0.1.7
2026-06-22T02:15:39.2261229Z    Compiling yoke-derive v0.8.2
2026-06-22T02:15:39.3562612Z    Compiling tokio-macros v2.7.0
2026-06-22T02:15:39.5027520Z    Compiling futures-macro v0.3.32
2026-06-22T02:15:39.5614261Z    Compiling zerovec-derive v0.11.3
2026-06-22T02:15:39.5836712Z    Compiling displaydoc v0.2.6
2026-06-22T02:15:39.6199874Z    Compiling tracing-attributes v0.1.31
2026-06-22T02:15:39.9619228Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-22T02:15:40.2735924Z    Compiling zeroize v1.8.2
2026-06-22T02:15:40.3309284Z    Compiling thiserror-impl v2.0.18
2026-06-22T02:15:40.3962676Z    Compiling tokio v1.52.3
2026-06-22T02:15:40.5716670Z    Compiling rustls-pki-types v1.14.1
2026-06-22T02:15:40.6019707Z    Compiling darling_macro v0.20.11
2026-06-22T02:15:40.6233639Z    Compiling futures-util v0.3.32
2026-06-22T02:15:40.6822698Z    Compiling derive_more-impl v2.1.1
2026-06-22T02:15:40.8169531Z    Compiling windows-interface v0.59.3
2026-06-22T02:15:40.9268797Z    Compiling windows-implement v0.60.2
2026-06-22T02:15:40.9359959Z    Compiling n0-error-macros v0.1.3
2026-06-22T02:15:40.9739779Z    Compiling spez v0.1.2
2026-06-22T02:15:41.1059128Z    Compiling darling v0.20.11
2026-06-22T02:15:41.3873712Z    Compiling zerofrom v0.1.8
2026-06-22T02:15:41.4045538Z    Compiling derive_builder_core v0.20.2
2026-06-22T02:15:41.4826109Z    Compiling der v0.8.0-rc.10
2026-06-22T02:15:41.4858503Z    Compiling pin-project-internal v1.1.13
2026-06-22T02:15:41.6954701Z    Compiling yoke v0.8.3
2026-06-22T02:15:41.8575883Z    Compiling spin v0.9.8
2026-06-22T02:15:41.9154813Z    Compiling windows-core v0.62.2
2026-06-22T02:15:41.9507579Z    Compiling vergen-gitcl v1.0.8
2026-06-22T02:15:42.0213003Z    Compiling zerovec v0.11.6
2026-06-22T02:15:42.0276432Z    Compiling zerotrie v0.2.4
2026-06-22T02:15:42.0683712Z    Compiling n0-error v0.1.3
2026-06-22T02:15:42.2397826Z    Compiling windows-threading v0.2.1
2026-06-22T02:15:42.2908027Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-22T02:15:42.4090105Z    Compiling tower-layer v0.3.3
2026-06-22T02:15:42.4312829Z    Compiling fallible-iterator v0.3.0
2026-06-22T02:15:42.4625519Z    Compiling ed25519-dalek v2.2.0
2026-06-22T02:15:42.5066342Z    Compiling ryu v1.0.23
2026-06-22T02:15:42.5954041Z    Compiling tinystr v0.8.3
2026-06-22T02:15:42.6834338Z    Compiling potential_utf v0.1.5
2026-06-22T02:15:42.6834845Z    Compiling derive_builder_macro v0.20.2
2026-06-22T02:15:42.7213771Z    Compiling spki v0.8.0-rc.4
2026-06-22T02:15:42.7353883Z    Compiling signature v3.0.0
2026-06-22T02:15:42.8178245Z    Compiling icu_locale_core v2.2.0
2026-06-22T02:15:42.8767385Z    Compiling icu_collections v2.2.0
2026-06-22T02:15:42.8768026Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-22T02:15:42.8788094Z    Compiling spt-proto v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-proto)
2026-06-22T02:15:42.9211950Z    Compiling windows-collections v0.3.2
2026-06-22T02:15:42.9595964Z    Compiling pin-project v1.1.13
2026-06-22T02:15:42.9596507Z    Compiling windows-future v0.3.2
2026-06-22T02:15:43.1258210Z    Compiling windows-numerics v0.3.1
2026-06-22T02:15:43.1289025Z    Compiling derive_builder v0.20.2
2026-06-22T02:15:43.2248165Z    Compiling cobs v0.3.0
2026-06-22T02:15:43.4107214Z    Compiling windows-targets v0.52.6
2026-06-22T02:15:43.4587262Z    Compiling proc-macro-crate v3.5.0
2026-06-22T02:15:43.4629593Z    Compiling postcard-derive v0.2.2
2026-06-22T02:15:43.4644883Z    Compiling ghash v0.5.1
2026-06-22T02:15:43.5039904Z    Compiling ctr v0.9.2
2026-06-22T02:15:43.5948929Z    Compiling futures-executor v0.3.32
2026-06-22T02:15:43.6622024Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-22T02:15:43.6703308Z    Compiling aes v0.8.4
2026-06-22T02:15:43.7516542Z    Compiling icu_provider v2.2.0
2026-06-22T02:15:43.7625332Z    Compiling futures v0.3.32
2026-06-22T02:15:43.7718261Z    Compiling sha2 v0.11.0-rc.5
2026-06-22T02:15:43.8077223Z    Compiling fs2 v0.4.3
2026-06-22T02:15:43.8902571Z    Compiling time v0.3.47
2026-06-22T02:15:43.9461345Z    Compiling http-body-util v0.1.3
2026-06-22T02:15:43.9895097Z    Compiling aead v0.5.2
2026-06-22T02:15:44.0761637Z    Compiling icu_normalizer v2.2.0
2026-06-22T02:15:44.1514796Z    Compiling icu_properties v2.2.0
2026-06-22T02:15:44.1696703Z    Compiling ipnet v2.12.0
2026-06-22T02:15:44.2255050Z    Compiling ed25519 v3.0.0-rc.4
2026-06-22T02:15:44.2535081Z    Compiling widestring v1.2.1
2026-06-22T02:15:44.4869210Z    Compiling prefix-trie v0.8.4
2026-06-22T02:15:44.5402230Z    Compiling once_cell v1.21.4
2026-06-22T02:15:44.6135537Z    Compiling ipconfig v0.3.4
2026-06-22T02:15:44.8238527Z    Compiling tracing-core v0.1.36
2026-06-22T02:15:44.8314110Z    Compiling tokio-util v0.7.18
2026-06-22T02:15:44.9666107Z    Compiling postcard v1.1.3
2026-06-22T02:15:45.0447668Z    Compiling tower v0.5.3
2026-06-22T02:15:45.0686623Z    Compiling data-encoding-macro v0.1.20
2026-06-22T02:15:45.0945878Z    Compiling hashbrown v0.14.5
2026-06-22T02:15:45.1782797Z    Compiling num_enum_derive v0.7.6
2026-06-22T02:15:45.2009575Z    Compiling derive_more v2.1.1
2026-06-22T02:15:45.2227271Z    Compiling tracing v0.1.44
2026-06-22T02:15:45.2512270Z    Compiling aes-gcm v0.10.3
2026-06-22T02:15:45.4055548Z    Compiling idna_adapter v1.2.2
2026-06-22T02:15:45.4858554Z    Compiling idna v1.1.0
2026-06-22T02:15:45.5468143Z    Compiling h2 v0.4.14
2026-06-22T02:15:45.6746975Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-22T02:15:45.7004499Z    Compiling hashlink v0.9.1
2026-06-22T02:15:45.7372996Z    Compiling chrono v0.4.45
2026-06-22T02:15:45.7945992Z    Compiling url v2.5.8
2026-06-22T02:15:45.9089912Z    Compiling windows v0.62.2
2026-06-22T02:15:45.9686144Z    Compiling windows-sys v0.59.0
2026-06-22T02:15:45.9863792Z    Compiling crossbeam-epoch v0.9.18
2026-06-22T02:15:46.0883602Z    Compiling rusqlite v0.32.1
2026-06-22T02:15:46.0939341Z    Compiling crossbeam-channel v0.5.15
2026-06-22T02:15:46.1694268Z    Compiling async-trait v0.1.89
2026-06-22T02:15:46.1694764Z    Compiling strum_macros v0.28.0
2026-06-22T02:15:46.2591081Z    Compiling enum-assoc v1.3.0
2026-06-22T02:15:46.3953817Z    Compiling iroh-metrics-derive v0.4.1
2026-06-22T02:15:46.4479123Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-22T02:15:46.6053536Z    Compiling windows-registry v0.6.1
2026-06-22T02:15:46.7190403Z    Compiling uuid v1.23.2
2026-06-22T02:15:46.7507895Z    Compiling blake3 v1.8.5
2026-06-22T02:15:47.0113847Z    Compiling spt-store v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-store)
2026-06-22T02:15:47.0621504Z    Compiling memoffset v0.6.5
2026-06-22T02:15:47.1695584Z    Compiling netwatch v0.16.0
2026-06-22T02:15:47.2106907Z    Compiling noq v0.18.0
2026-06-22T02:15:47.3131185Z    Compiling acto v0.8.2
2026-06-22T02:15:47.3236190Z    Compiling xml-rs v0.8.28
2026-06-22T02:15:47.3332897Z    Compiling mac-addr v0.3.0
2026-06-22T02:15:47.4257288Z    Compiling thiserror v1.0.69
2026-06-22T02:15:47.4969104Z    Compiling ref-cast v1.0.25
2026-06-22T02:15:47.5501032Z    Compiling foldhash v0.2.0
2026-06-22T02:15:47.5802252Z    Compiling identity-hash v0.1.0
2026-06-22T02:15:47.5957164Z    Compiling rustc-hash v2.1.2
2026-06-22T02:15:47.6467885Z    Compiling lru-slab v0.1.2
2026-06-22T02:15:47.7331951Z    Compiling tagptr v0.2.0
2026-06-22T02:15:47.7405132Z    Compiling sorted-index-buffer v0.2.1
2026-06-22T02:15:47.8106085Z    Compiling hashbrown v0.16.1
2026-06-22T02:15:47.9096833Z    Compiling moka v0.12.15
2026-06-22T02:15:47.9704160Z    Compiling xmltree v0.10.3
2026-06-22T02:15:48.0151359Z    Compiling netdev v0.42.0
2026-06-22T02:15:48.1047586Z    Compiling iroh-metrics v0.38.3
2026-06-22T02:15:48.2649464Z    Compiling tower-http v0.6.11
2026-06-22T02:15:48.3148308Z    Compiling attohttpc v0.30.1
2026-06-22T02:15:48.4888407Z    Compiling iroh-base v0.98.0
2026-06-22T02:15:48.6407421Z    Compiling strum v0.28.0
2026-06-22T02:15:48.7159975Z    Compiling num_enum v0.7.6
2026-06-22T02:15:48.7961728Z    Compiling iroh-relay v0.98.0
2026-06-22T02:15:48.8453301Z    Compiling n0-watcher v0.6.1
2026-06-22T02:15:48.9152771Z    Compiling tokio-stream v0.1.18
2026-06-22T02:15:48.9236177Z    Compiling toml_datetime v0.6.11
2026-06-22T02:15:48.9973112Z    Compiling spt-msg v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-msg)
2026-06-22T02:15:49.0071020Z    Compiling serde_spanned v0.6.9
2026-06-22T02:15:49.1103784Z    Compiling ref-cast-impl v1.0.25
2026-06-22T02:15:49.1339912Z    Compiling thiserror-impl v1.0.69
2026-06-22T02:15:49.2405933Z    Compiling serde_derive_internals v0.29.1
2026-06-22T02:15:49.2710517Z    Compiling hyper v1.10.1
2026-06-22T02:15:49.2791846Z    Compiling simple-dns v0.9.3
2026-06-22T02:15:49.3654789Z    Compiling serial-core v0.4.0
2026-06-22T02:15:49.4673855Z    Compiling aho-corasick v1.1.4
2026-06-22T02:15:49.5809846Z    Compiling toml_write v0.1.2
2026-06-22T02:15:49.5922037Z    Compiling smol_str v0.1.24
2026-06-22T02:15:49.6721755Z    Compiling regex-syntax v0.8.10
2026-06-22T02:15:49.7491440Z    Compiling arrayref v0.3.9
2026-06-22T02:15:49.8061381Z    Compiling simdutf8 v0.1.5
2026-06-22T02:15:49.8336927Z    Compiling winnow v0.7.15
2026-06-22T02:15:49.8549770Z    Compiling sha1_smol v1.0.1
2026-06-22T02:15:50.1090748Z    Compiling resolv-conf v0.7.6
2026-06-22T02:15:50.1368783Z    Compiling arrayvec v0.7.6
2026-06-22T02:15:50.1369177Z    Compiling constant_time_eq v0.4.2
2026-06-22T02:15:50.1390083Z    Compiling winreg v0.10.1
2026-06-22T02:15:51.0169280Z    Compiling iroh-dns v0.98.0
2026-06-22T02:15:51.1233607Z    Compiling schemars_derive v1.2.1
2026-06-22T02:15:51.1683078Z    Compiling hyper-util v0.1.20
2026-06-22T02:15:51.3369032Z    Compiling regex-automata v0.4.14
2026-06-22T02:15:51.4280910Z    Compiling toml_edit v0.22.27
2026-06-22T02:15:51.8372973Z    Compiling serial-windows v0.4.0
2026-06-22T02:15:52.1144369Z    Compiling lru v0.16.4
2026-06-22T02:15:52.2769461Z    Compiling webpki-roots v1.0.7
2026-06-22T02:15:52.2941531Z    Compiling seize v0.5.1
2026-06-22T02:15:52.3075034Z    Compiling darling_core v0.23.0
2026-06-22T02:15:52.3409192Z    Compiling hmac v0.12.1
2026-06-22T02:15:52.4127023Z    Compiling serde_bytes v0.11.19
2026-06-22T02:15:52.4516900Z    Compiling iroh v0.98.2
2026-06-22T02:15:52.5033787Z    Compiling once_cell_polyfill v1.70.2
2026-06-22T02:15:52.5472763Z    Compiling igd-next v0.17.1
2026-06-22T02:15:52.6148147Z    Compiling dyn-clone v1.0.20
2026-06-22T02:15:52.6495301Z    Compiling utf8parse v0.2.2
2026-06-22T02:15:52.7098918Z    Compiling anstyle v1.0.14
2026-06-22T02:15:52.7748091Z    Compiling lazy_static v1.5.0
2026-06-22T02:15:52.8023430Z    Compiling cmov v0.5.4
2026-06-22T02:15:52.8193747Z    Compiling bitflags v1.3.2
2026-06-22T02:15:52.8385787Z    Compiling pin-utils v0.1.0
2026-06-22T02:15:52.9242910Z    Compiling nix v0.25.1
2026-06-22T02:15:52.9243375Z    Compiling shared_library v0.1.9
2026-06-22T02:15:52.9509275Z    Compiling anstyle-wincon v3.0.11
2026-06-22T02:15:53.0179295Z    Compiling ctutils v0.4.2
2026-06-22T02:15:53.0467667Z    Compiling anstyle-parse v1.0.0
2026-06-22T02:15:53.0497537Z    Compiling papaya v0.2.4
2026-06-22T02:15:53.0639922Z    Compiling schemars v1.2.1
2026-06-22T02:15:53.2389444Z    Compiling hkdf v0.12.4
2026-06-22T02:15:53.2472849Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-22T02:15:53.2675433Z    Compiling serial v0.4.0
2026-06-22T02:15:53.4078992Z    Compiling toml v0.8.23
2026-06-22T02:15:53.4110614Z    Compiling filedescriptor v0.8.3
2026-06-22T02:15:53.4776118Z    Compiling regex v1.12.3
2026-06-22T02:15:53.5042704Z    Compiling backon v1.6.0
2026-06-22T02:15:53.5241922Z    Compiling anstyle-query v1.1.5
2026-06-22T02:15:53.6546886Z    Compiling shell-words v1.1.1
2026-06-22T02:15:53.6880734Z    Compiling colorchoice v1.0.5
2026-06-22T02:15:53.6896571Z    Compiling is_terminal_polyfill v1.70.2
2026-06-22T02:15:53.8332092Z    Compiling paste v1.0.15
2026-06-22T02:15:53.8332653Z    Compiling downcast-rs v1.2.1
2026-06-22T02:15:53.8346671Z    Compiling instability v0.3.12
2026-06-22T02:15:53.8412818Z    Compiling foldhash v0.1.5
2026-06-22T02:15:53.8960257Z    Compiling anstream v1.0.0
2026-06-22T02:15:53.9938458Z    Compiling hashbrown v0.15.5
2026-06-22T02:15:54.1018938Z    Compiling spt-runtime v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-runtime)
2026-06-22T02:15:54.1573953Z    Compiling portable-pty v0.8.1
2026-06-22T02:15:54.2047618Z    Compiling spake2 v0.4.0
2026-06-22T02:15:54.2977892Z    Compiling strum_macros v0.26.4
2026-06-22T02:15:54.4123611Z    Compiling terminal_size v0.4.4
2026-06-22T02:15:54.5355684Z    Compiling crossterm_winapi v0.9.1
2026-06-22T02:15:54.5585490Z    Compiling itertools v0.13.0
2026-06-22T02:15:54.6410312Z    Compiling sha1 v0.10.6
2026-06-22T02:15:54.6496005Z    Compiling castaway v0.2.4
2026-06-22T02:15:54.7776752Z    Compiling recvmsg v1.0.0
2026-06-22T02:15:54.9266590Z    Compiling doctest-file v1.1.1
2026-06-22T02:15:54.9788410Z    Compiling unicode-width v0.1.14
2026-06-22T02:15:55.1798146Z    Compiling clap_lex v1.1.0
2026-06-22T02:15:55.2955638Z    Compiling wmi v0.18.4
2026-06-22T02:15:55.4939794Z    Compiling indoc v2.0.7
2026-06-22T02:15:55.5281326Z    Compiling static_assertions v1.1.0
2026-06-22T02:15:55.6010631Z    Compiling compact_str v0.8.2
2026-06-22T02:15:55.6443504Z    Compiling interprocess v2.4.2
2026-06-22T02:15:55.7290869Z    Compiling darling_macro v0.23.0
2026-06-22T02:15:55.7654034Z    Compiling clap_builder v4.6.0
2026-06-22T02:15:56.1424387Z    Compiling unicode-truncate v1.1.0
2026-06-22T02:15:56.2996241Z    Compiling spt-live v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-live)
2026-06-22T02:15:56.4003114Z    Compiling darling v0.23.0
2026-06-22T02:15:56.4013863Z    Compiling crossterm v0.28.1
2026-06-22T02:15:56.4700947Z    Compiling strum v0.26.3
2026-06-22T02:15:56.6926054Z    Compiling lru v0.12.5
2026-06-22T02:15:56.8694779Z    Compiling spt-term v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-term)
2026-06-22T02:15:56.9517706Z    Compiling portmapper v0.16.0
2026-06-22T02:15:57.1067724Z    Compiling clap_derive v4.6.1
2026-06-22T02:15:57.4141596Z    Compiling error-code v3.3.2
2026-06-22T02:15:57.4634932Z    Compiling cassowary v0.3.0
2026-06-22T02:15:57.5199860Z    Compiling unicode-width v0.2.0
2026-06-22T02:15:57.5896321Z    Compiling clipboard-win v5.4.1
2026-06-22T02:15:57.8431288Z    Compiling ratatui v0.29.0
2026-06-22T02:15:57.9102681Z    Compiling nucleo-matcher v0.3.1
2026-06-22T02:15:57.9343279Z    Compiling qrcode v0.14.1
2026-06-22T02:15:58.0937365Z    Compiling tempfile v3.27.0
2026-06-22T02:15:59.2820881Z    Compiling clap v4.6.1
2026-06-22T02:16:09.8791091Z    Compiling rustls-webpki v0.103.13
2026-06-22T02:16:12.1124487Z    Compiling tokio-rustls v0.26.4
2026-06-22T02:16:12.1124979Z    Compiling noq-proto v0.17.0
2026-06-22T02:16:12.1125340Z    Compiling rustls-platform-verifier v0.7.0
2026-06-22T02:16:12.2638932Z    Compiling hyper-rustls v0.27.9
2026-06-22T02:16:12.2639401Z    Compiling hickory-net v0.26.0-beta.4
2026-06-22T02:16:12.2639789Z    Compiling tokio-websockets v0.13.2
2026-06-22T02:16:12.4086609Z    Compiling reqwest v0.13.4
2026-06-22T02:16:13.3245118Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-22T02:16:29.3866702Z    Compiling spt-net v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-net)
2026-06-22T02:16:30.7051557Z    Compiling spt-daemon v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-daemon)
2026-06-22T02:16:39.2207341Z    Compiling spt v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt)
2026-06-22T02:16:45.9083986Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 16s
2026-06-22T02:16:45.9297382Z      Running tests\n1_pairing.rs (target\debug\deps\n1_pairing-0cc097b5ef582871.exe)
2026-06-22T02:16:45.9797883Z 
2026-06-22T02:16:45.9798167Z running 1 test
2026-06-22T02:16:53.0999286Z test new_brain_serves_against_old_broker ... ok
2026-06-22T02:16:53.0999537Z 
2026-06-22T02:16:53.0999715Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 7.12s
2026-06-22T02:16:53.0999967Z 
